Documents for PDF, .NET Edition Documentation
Insert Method (StructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : Insert Method
The zero-based index at which item should be inserted.
The struct to insert.
Inserts a struct into the StructList<T> at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByRef item As T _
) 
public void Insert( 
   System.int index,
   ref T item
)

Parameters

index
The zero-based index at which item should be inserted.
item
The struct to insert.
See Also

Reference

StructList<T> Class
StructList<T> Members